GtkWidget: Use G_PARAM_EXPLICIT_NOTIFY
authorMatthias Clasen <mclasen@redhat.com>
Sat, 7 Jun 2014 18:24:16 +0000 (14:24 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 9 Jun 2014 17:30:54 +0000 (13:30 -0400)
commitacad03f77bb54fe0be050dc7db66423e96950c82
treec30fbacb78601280356cdcf989e88600a0fb34ef
parent2e04899ee59a17b41f3b1accd4a874242d4a03d3
GtkWidget: Use G_PARAM_EXPLICIT_NOTIFY

A few properties here are special, and can't benefit from it:
those which are just shorthands, like ::margin and ::expand,
and those that have explicit -set properties, like::hexpand
and ::vexpand.
gtk/gtkwidget.c